home *** CD-ROM | disk | FTP | other *** search
- -- background: 2595 from stack: in
- -- bmap block id: 2531
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=460 top=313 right=339 bottom=492
- -- title width / last selected line: 0
- -- icon id / first selected line: 16560 / 16560
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GO NEXT
- ----- HyperTalk script -----
- on mouseUp
- VISUAL SCROLL LEFT
- GO TO NEXT CARD
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2003
- -- rect: left=4 top=5 right=28 bottom=38
- -- title width / last selected line: 0
- -- icon id / first selected line: 21847 / 21847
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=12 top=313 right=339 bottom=44
- -- title width / last selected line: 0
- -- icon id / first selected line: 15420 / 15420
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go Back
- ----- HyperTalk script -----
- on mouseUp
- visual scroll right
- go to prev card
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0003
- -- rect: left=467 top=6 right=32 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 2478 / 2478
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Written by...
- ----- HyperTalk script -----
- on mouseUp
- push this card
- go to card "About"
- end mouseUp
-
-